Home | History | Annotate | Download | only in include

Lines Matching refs:__post

372      __post __next_annotation

376 #define __post __declspec("SAL_post")
392 __post
469 #define __post
508 #define __out __ecount(1) __post __valid __refparam
509 #define __out_ecount(size) __ecount(size) __post __valid __refparam
510 #define __out_bcount(size) __bcount(size) __post __valid __refparam
511 #define __out_ecount_part(size,length) __out_ecount(size) __post __elem_readableTo(length)
512 #define __out_bcount_part(size,length) __out_bcount(size) __post __byte_readableTo(length)
515 #define __out_z __post __valid __refparam __post __nullterminated
516 #define __out_z_opt __post __valid __refparam __post __nullterminated __exceptthat __maybenull
517 #define __out_ecount_z(size) __ecount(size) __post __valid __refparam __post __nullterminated
518 #define __out_bcount_z(size) __bcount(size) __post __valid __refparam __post __nullterminated
519 #define __out_ecount_part_z(size,length) __out_ecount_part(size,length) __post __nullterminated
520 #define __out_bcount_part_z(size,length) __out_bcount_part(size,length) __post __nullterminated
521 #define __out_ecount_full_z(size) __out_ecount_full(size) __post __nullterminated
522 #define __out_bcount_full_z(size) __out_bcount_full(size) __post __nullterminated
523 #define __out_nz __post __valid __refparam __post
524 #define __out_nz_opt __post __valid __refparam __post __exceptthat __maybenull
525 #define __out_ecount_nz(size) __ecount(size) __post __valid __refparam
526 #define __out_bcount_nz(size) __bcount(size) __post __valid __refparam
527 #define __inout __pre __valid __post __valid __refparam
534 #define __inout_z __inout __pre __nullterminated __post __nullterminated
535 #define __inout_ecount_z(size) __inout_ecount(size) __pre __nullterminated __post __nullterminated
536 #define __inout_bcount_z(size) __inout_bcount(size) __pre __nullterminated __post __nullterminated
558 #define __out_ecount_z_opt(size) __out_ecount_opt(size) __post __nullterminated
559 #define __out_bcount_z_opt(size) __out_bcount_opt(size) __post __nullterminated
560 #define __out_ecount_part_z_opt(size,length) __out_ecount_part_opt(size,length) __post __nullterminated
561 #define __out_bcount_part_z_opt(size,length) __out_bcount_part_opt(size,length) __post __nullterminated
562 #define __out_ecount_full_z_opt(size) __out_ecount_full_opt(size) __post __nullterminated
563 #define __out_bcount_full_z_opt(size) __out_bcount_full_opt(size) __post __nullterminated
564 #define __out_ecount_nz_opt(size) __out_ecount_opt(size) __post __nullterminated
565 #define __out_bcount_nz_opt(size) __out_bcount_opt(size) __post __nullterminated
573 #define __inout_z_opt __inout_opt __pre __nullterminated __post __nullterminated
574 #define __inout_ecount_z_opt(size) __inout_ecount_opt(size) __pre __nullterminated __post __nullterminated
575 #define __inout_ecount_z_opt(size) __inout_ecount_opt(size) __pre __nullterminated __post __nullterminated
580 #define __deref_ecount(size) __ecount(1) __post __elem_readableTo(1) __post __deref __notnull __post __deref __elem_writableTo(size)
581 #define __deref_bcount(size) __ecount(1) __post __elem_readableTo(1) __post __deref __notnull __post __deref __byte_writableTo(size)
582 #define __deref_out __deref_ecount(1) __post __deref __valid __refparam
583 #define __deref_out_ecount(size) __deref_ecount(size) __post __deref __valid __refparam
584 #define __deref_out_bcount(size) __deref_bcount(size) __post __deref __valid __refparam
585 #define __deref_out_ecount_part(size,length) __deref_out_ecount(size) __post __deref __elem_readableTo(length)
586 #define __deref_out_bcount_part(size,length) __deref_out_bcount(size) __post __deref __byte_readableTo(length)
589 #define __deref_out_z __post __deref __valid __refparam __post __deref __nullterminated
590 #define __deref_out_ecount_z(size) __deref_out_ecount(size) __post __deref __nullterminated
591 #define __deref_out_bcount_z(size) __deref_out_ecount(size) __post __deref __nullterminated
595 #define __deref_inout __notnull __elem_readableTo(1) __pre __deref __valid __post __deref __valid __refparam
596 #define __deref_inout_z __deref_inout __pre __deref __nullterminated __post __deref __nullterminated
597 #define __deref_inout_ecount(size) __deref_inout __pre __deref __elem_writableTo(size) __post __deref __elem_writableTo(size)
598 #define __deref_inout_bcount(size) __deref_inout __pre __deref __byte_writableTo(size) __post __deref __byte_writableTo(size)
599 #define __deref_inout_ecount_part(size,length) __deref_inout_ecount(size) __pre __deref __elem_readableTo(length) __post __deref __elem_readableTo(length)
600 #define __deref_inout_bcount_part(size,length) __deref_inout_bcount(size) __pre __deref __byte_readableTo(length) __post __deref __byte_readableTo(length)
603 #define __deref_inout_z __deref_inout __pre __deref __nullterminated __post __deref __nullterminated
604 #define __deref_inout_ecount_z(size) __deref_inout_ecount(size) __pre __deref __nullterminated __post __deref __nullterminated
605 #define __deref_inout_bcount_z(size) __deref_inout_ecount(size) __pre __deref __nullterminated __post __deref __nullterminated
609 #define __deref_ecount_opt(size) __deref_ecount(size) __post __deref __exceptthat __maybenull
610 #define __deref_bcount_opt(size) __deref_bcount(size) __post __deref __exceptthat __maybenull
611 #define __deref_out_opt __deref_out __post __deref __exceptthat __maybenull
612 #define __deref_out_ecount_opt(size) __deref_out_ecount(size) __post __deref __exceptthat __maybenull
613 #define __deref_out_bcount_opt(size) __deref_out_bcount(size) __post __deref __exceptthat __maybenull
614 #define __deref_out_ecount_part_opt(size,length) __deref_out_ecount_part(size,length) __post __deref __exceptthat __maybenull
615 #define __deref_out_bcount_part_opt(size,length) __deref_out_bcount_part(size,length) __post __deref __exceptthat __maybenull
616 #define __deref_out_ecount_full_opt(size) __deref_out_ecount_full(size) __post __deref __exceptthat __maybenull
617 #define __deref_out_bcount_full_opt(size) __deref_out_bcount_full(size) __post __deref __exceptthat __maybenull
618 #define __deref_out_z_opt __post __deref __valid __refparam __execeptthat __maybenull __post __deref __nullterminated
619 #define __deref_out_ecount_z_opt(size) __deref_out_ecount_opt(size) __post __deref __nullterminated
620 #define __deref_out_bcount_z_opt(size) __deref_out_bcount_opt(size) __post __deref __nullterminated
624 #define __deref_inout_opt __deref_inout __pre __deref __exceptthat __maybenull __post __deref __exceptthat __maybenull
625 #define __deref_inout_ecount_opt(size) __deref_inout_ecount(size) __pre __deref __exceptthat __maybenull __post __deref __exceptthat __maybenull
626 #define __deref_inout_bcount_opt(size) __deref_inout_bcount(size) __pre __deref __exceptthat __maybenull __post __deref __exceptthat __maybenull
627 #define __deref_inout_ecount_part_opt(size,length) __deref_inout_ecount_part(size,length) __pre __deref __exceptthat __maybenull __post __deref __exceptthat __maybenull
628 #define __deref_inout_bcount_part_opt(size,length) __deref_inout_bcount_part(size,length) __pre __deref __exceptthat __maybenull __post __deref __exceptthat __maybenull
629 #define __deref_inout_ecount_full_opt(size) __deref_inout_ecount_full(size) __pre __deref __exceptthat __maybenull __post __deref __exceptthat __maybenull
630 #define __deref_inout_bcount_full_opt(size) __deref_inout_bcount_full(size) __pre __deref __exceptthat __maybenull __post __deref __exceptthat __maybenull
631 #define __deref_inout_z_opt __deref_inout_opt __pre __deref __nullterminated __post __deref __nullterminated
632 #define __deref_inout_ecount_z_opt(size) __deref_inout_ecount_opt(size) __pre __deref __nullterminated __post __deref __nullterminated
633 #define __deref_inout_bcount_z_opt(size) __deref_inout_bcount_opt(size) __pre __deref __nullterminated __post __deref __nullterminated
640 #define __deref_opt_out_z __deref_opt_out __post __deref __nullterminated
654 #define __deref_opt_inout_z __deref_opt_inout __pre __deref __nullterminated __post __deref __nullterminated
655 #define __deref_opt_inout_ecount_z(size) __deref_opt_inout_ecount(size) __pre __deref __nullterminated __post __deref __nullterminated
656 #define __deref_opt_inout_bcount_z(size) __deref_opt_inout_bcount(size) __pre __deref __nullterminated __post __deref __nullterminated
669 #define __deref_opt_out_z_opt __post __deref __valid __refparam __exceptthat __maybenull __pre __deref __exceptthat __maybenull __post __deref __exceptthat __maybenull __post __deref __nullterminated
670 #define __deref_opt_out_ecount_z_opt(size) __deref_opt_out_ecount_opt(size) __post __deref __nullterminated
671 #define __deref_opt_out_bcount_z_opt(size) __deref_opt_out_bcount_opt(size) __post __deref __nullterminated
682 #define __deref_opt_inout_z_opt __deref_opt_inout_opt __pre __deref __nullterminated __post __deref __nullterminated
683 #define __deref_opt_inout_ecount_z_opt(size) __deref_opt_inout_ecount_opt(size) __pre __deref __nullterminated __post __deref __nullterminated
684 #define __deref_opt_inout_bcount_z_opt(size) __deref_opt_inout_bcount_opt(size) __pre __deref __nullterminated __post __deref __nullterminated